home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso
/
pc
/
assets
/
sid-profile.dcr
/
00058_characterstatistics button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-22
|
394 b
|
27 lines
global CScounter
on mouseUp
puppetSound(1, "Clicker")
if CScounter = 0 then
sprite(167).visible = 0
sprite(168).visible = 1
go("3DOpen")
CScounter = 1
else
if CScounter = 1 then
sprite(167).visible = 1
sprite(168).visible = 0
go("3DClose")
CScounter = 0
end if
end if
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end